home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk.zip / LIMITATI < prev    next >
Text File  |  1991-04-16  |  1KB  |  39 lines

  1.  
  2.  
  3. Mawk is an implementation of the AWK Programming Language
  4. as defined in Aho, Kernighan and Weinberger, The AWK 
  5. Programming Language, Addison-Wesley, 1988.
  6.  
  7. The source code is original work, in the sense that its
  8. development relied only on the specification of the AWK
  9. language in the book above.  Most of the algorithms and
  10. data structures used in this code are not original --
  11. but based on knowledge acquired from numerous sources.
  12. Originality is claimed only for the aggregate work.  Any
  13. ideas or techniques in this code can be freely copied and
  14. used in other work.  
  15.  
  16. The source code may be modified provided the copyright
  17. notices remain intact, and modifications are unambiguously
  18. distinct from the original.  I want to retain credit for my
  19. work and do not want credit for yours.
  20.  
  21. Redistribution in any form is permitted provided the built-in
  22. variable VERSION is retained, and its initial value only
  23. modified by appending extra lines.
  24.  
  25.     For example, if you modify a mawk with VERSION
  26.  
  27.     mawk x.xx Mon Year, Copyright (C) Michael D. Brennan
  28.  
  29.     then add an extra line to VERSION without modifying the
  30.     first line.
  31.  
  32.     mawk x.xx Mon Year, Copyright (C) Michael D. Brennan
  33.     mod y.yy  Mon Year, your name
  34.  
  35.  
  36. Michael D. Brennan
  37. 16 Apr 1991
  38.  
  39.